home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 907 b | 21 lines | [TEXT/GEOL] |
- Item forwarded by A33 to A34
-
- Item 4467130 16-Nov-89 02:57
-
- From: D3085 Progressive Computing, D Lucky,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: C++ destructors
-
- I'm a little confused at how to use destructors with the new Pascal-based
- classes (e.g., MacApp classes) in C++. Constructors appear to be pretty
- straightforward and I've gotten them to work for classes derived from MacApp
- base classes by having these functions do the same things that Imyclass methods
- in Object Pascal would be doing (someone please let me know if I need to be
- careful about these). Destructors don't appear to be so straightforward. At
- what point in the object disposal process would these functions be invoked?
- What is the relationship/impact with Free methods? It be great to see just a
- real primitive example.
-
-